-
I am posting a form to a script with this code: foreach($_POST as $k=>$v){ if(!is_array($v)){$$k=dbenc($v);} else{$$k=$v;} $_SESSION["cat"][$k]=$v; } $url=vlookup("url","cat","cat=$cat"); // …
- 407 views
- 1 answers
- 0 votes
I am posting a form to a script with this code: foreach($_POST as $k=>$v){ if(!is_array($v)){$$k=dbenc($v);} else{$$k=$v;} $_SESSION["cat"][$k]=$v; } $url=vlookup("url","cat","cat=$cat"); // …